fix: update HowItWorks copy to reflect Stellar assets (Closes #613)#729
Closed
jacksong2049-prog wants to merge 1 commit into
Closed
fix: update HowItWorks copy to reflect Stellar assets (Closes #613)#729jacksong2049-prog wants to merge 1 commit into
jacksong2049-prog wants to merge 1 commit into
Conversation
Contributor
|
hey, main has moved significantly today (10+ PRs merged including the JWT test fix and various backend fixes). your branch's CI failure is on a stale base. please rebase: git fetch upstream
git rebase upstream/main
git push --force-with-leasemain is green right now, so CI should clear on the rebased commit. |
Contributor
|
closing as superseded by #745 (same scope — HowItWorks Stellar copy, closes #613) which just merged with a cleaner diff and green CI. happy to review your next contribution. join us on Telegram: https://t.me/+DOylgFv1jyJlNzM0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes the incorrect chain reference in
HowItWorks.tsx. The component currently claims FlowFi supports ETH and ERC-20s, but FlowFi runs on Stellar/Soroban.Changes
frontend/src/components/HowItWorks.tsxline 7: Replaced "ETH, USDC, and 100+ ERC-20s" with "XLM, USDC, EURC and other Stellar token contracts"Acceptance Criteria
Closes #613